ASP.NET Core MVC コントロールヘルプ
Bind(String,String,IEnumerable<T>) メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > FlexPieBaseBuilder<T,TControl,TBuilder> クラス > Bind メソッド : Bind(String,String,IEnumerable<T>) メソッド
Gets or sets the name of the property that contains the name of the data item.
The name of the property that contains the Y values.
The data source
Bind data with specified name property and value property of the data source.
シンタックス
'宣言
 
Public Overloads Function Bind( _
   ByVal nameProperty As System.String, _
   ByVal valueProperty As System.String, _
   Optional ByVal sourceCollection As System.Collections.Generic.IEnumerable(Of T) _
) As FlexPieBaseBuilder(Of T,TControl,TBuilder)
public FlexPieBaseBuilder<T,TControl,TBuilder> Bind( 
   System.string nameProperty,
   System.string valueProperty,
   System.Collections.Generic.IEnumerable<T> sourceCollection
)

パラメータ

nameProperty
Gets or sets the name of the property that contains the name of the data item.
valueProperty
The name of the property that contains the Y values.
sourceCollection
The data source

戻り値の型

Current builder
参照

FlexPieBaseBuilder<T,TControl,TBuilder> クラス
FlexPieBaseBuilder<T,TControl,TBuilder> メンバ
オーバーロード一覧